/* 
	Blue on blue
	written by Glenn Slaven http://slaven.net.au
*/
#itsthetable
{
    padding: 0px 0px 0px 50px;
    text-align: center;
}

#itsthetable h1
{
    font-family: Arial;
    font-size: 30px;
}

table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;
	

}
table
{
    border: medium none #336699;
    font-family: Garamond, Georgia, "Times New Roman" , Times, serif;
    text-align: center;
}

table caption {
	background-color: transparent;
	background-image: url(cap_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align:left;
	font-size:150%;
	text-transform:uppercase;
	line-height: 30px;
	letter-spacing:0px;	
}

td, th{	
	vertical-align:top;
	font-weight:normal;
		
}

thead
{
    border-left: 1px solid;
    border-left-color: #336699;
}

thead th {  
	
	color: #FFFFFF;
	font-size: 125%;
	border-top:1px solid #2293FF;
	border-right:1px solid #2293FF;
	padding: 4px 0.4em 4px 0.4em;
	
	 background-color: #336699; border-top-color: #336699; border-right-color: #336699; }



tfoot td, tfoot th {
	border-top:1px solid #2293FF;
	border-right: none;
	font-weight: bolder;
	font-size: 110%;
	padding: 0.4em 0.5em 0.4em 0.5em;
}

tbody td, tbody th
{
    background-color: #D9ECFF;
    border-right: 2px solid #2293FF;
    font-size: 110%;
    padding: 0.2em 0.5em 0.2em 0.5em;
    width: 120px;
    height: 10px;
    border-right-color: #336699;
}



tbody tr.odd th, tbody tr.odd td{
	background-color: #BDDFFF;
}

.oddbtm
{
    background-color: #336699;
    border-bottom: 10px solid #336699;
}

tbody th
{
    font-weight: bold;
    border-left: 2px solid #2293FF;
    border-left-color: #336699;
}

table a:link, table a:visited, table a:active {	
	color:#444F66;
	background-color: transparent;
	text-decoration: underline;
}

table a:hover {
	text-decoration:none;
	background-color: #1E90FF;
	color: #FFFFFF;
}
